home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
leemandel1.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
201 b
|
27 lines
LeeMandel1
{
{
mirrorxy
x1=-0.7
x2= 0.7
y1=-0.65
y2= 0.65
bailout=2.0 ; Bailoutvalue
}
{
z=pixel
d=pixel*pixel
}
{
c=d/z
c=c+z
z=c*c
w=abs(z)
}
{
w>bailout
}
{
}
}